Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-226483 | GEN001120 | SV-226483r603265_rule | Medium |
Description |
---|
Even though communications are encrypted, an additional layer of security may be gained by extending the policy of not logging directly on as root. In addition, logging in with a user-specific account preserves the audit trail. |
STIG | Date |
---|---|
Solaris 10 SPARC Security Technical Implementation Guide | 2020-12-04 |
Check Text ( C-28644r482834_chk ) |
---|
Determine if the SSH daemon is configured to permit root logins. Procedure: # grep -v "^#" /etc/ssh/sshd_config | grep -i permitrootlogin If the PermitRootLogin entry is not found or is not set to "no", this is a finding. |
Fix Text (F-28632r482835_fix) |
---|
Edit the configuration file and set the PermitRootLogin option to no. |